Home
last modified time | relevance | path

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

/AOO41X/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 …]
/AOO41X/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1038 SvLBoxEntry* pPageEntry = NULL; in RequestingChilds() local
1058 pPageEntry = InsertEntry( pPage->GetName(), in RequestingChilds()
1066 SetExpandedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1067 SetCollapsedEntryBmp( pPageEntry, aImgPageH, BMP_COLOR_HIGHCONTRAST ); in RequestingChilds()
1079 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgOle, maImgOle, pPageEntry); in RequestingChilds()
1087 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgGraphic, maImgGraphic, pPageEntry); in RequestingChilds()
1094 … SvLBoxEntry* pNewEntry = InsertEntry(aStr, aImgObjects, aImgObjects, pPageEntry); in RequestingChilds()
1101 if( pPageEntry->HasChilds() ) in RequestingChilds()
1103 SetExpandedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
1104 SetCollapsedEntryBmp( pPageEntry, aImgPageObjs ); in RequestingChilds()
[all …]