Home
last modified time | relevance | path

Searched refs:pPageEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1900 SvxCSS1MapEntry *pPageEntry = GetPage( aEmptyStr, sal_False ); in ParseStyleSheet() local
1901 if( pPageEntry ) in ParseStyleSheet()
1905 SetPageDescAttrs( pMasterPageDesc, pPageEntry->GetItemSet(), in ParseStyleSheet()
1906 pPageEntry->GetPropertyInfo() ); in ParseStyleSheet()
1911 SetPageDescAttrs( GetFirstPageDesc(), pPageEntry->GetItemSet(), in ParseStyleSheet()
1912 pPageEntry->GetPropertyInfo() ); in ParseStyleSheet()
1913 SetPageDescAttrs( GetLeftPageDesc(), pPageEntry->GetItemSet(), in ParseStyleSheet()
1914 pPageEntry->GetPropertyInfo() ); in ParseStyleSheet()
1915 SetPageDescAttrs( GetRightPageDesc(), pPageEntry->GetItemSet(), in ParseStyleSheet()
1916 pPageEntry->GetPropertyInfo() ); in ParseStyleSheet()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx992 SvLBoxEntry* pPageEntry = NULL; in RequestingChilds() local
1012 pPageEntry = InsertEntry( pPage->GetName(), in RequestingChilds()
1020 SetExpandedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1021 SetCollapsedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1033 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgOle, maImgOle, pPageEntry); in RequestingChilds()
1040 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgGraphic, maImgGraphic, pPageEntry); in RequestingChilds()
1047 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, aImgObjects, aImgObjects, pPageEntry); in RequestingChilds()
1054 if( pPageEntry->HasChilds() ) in RequestingChilds()
1056 SetExpandedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
1057 SetCollapsedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
[all …]