Searched refs:pSelector (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 778 CSS1Selector *pSelector = ParseSelector(); in ParseRule() local 779 if( !pSelector ) in ParseRule() 783 if( SelectorParsed( pSelector, sal_True ) ) in ParseRule() 784 delete pSelector; in ParseRule() 797 pSelector = ParseSelector(); in ParseRule() 798 if( !pSelector ) in ParseRule() 802 if( SelectorParsed( pSelector, sal_False ) ) in ParseRule() 803 delete pSelector; in ParseRule()
|
H A D | htmlcss1.cxx | 645 static CSS1SelectorType GetTokenAndClass( const CSS1Selector *pSelector, in GetTokenAndClass() argument 649 rToken = pSelector->GetString(); in GetTokenAndClass() 653 CSS1SelectorType eType = pSelector->GetType(); in GetTokenAndClass() 725 sal_Bool SwCSS1Parser::StyleParsed( const CSS1Selector *pSelector, in StyleParsed() argument 732 CSS1SelectorType eSelType = pSelector->GetType(); in StyleParsed() 733 const CSS1Selector *pNext = pSelector->GetNext(); in StyleParsed() 737 InsertId( pSelector->GetString(), rItemSet, rPropInfo ); in StyleParsed() 741 String aClass( pSelector->GetString() ); in StyleParsed() 779 eSelType = GetTokenAndClass( pSelector, aToken2, aClass, nScript ); in StyleParsed()
|
H A D | svxcss1.hxx | 266 virtual sal_Bool StyleParsed( const CSS1Selector *pSelector, 275 virtual sal_Bool SelectorParsed( const CSS1Selector *pSelector,
|
H A D | swcss1.hxx | 77 virtual sal_Bool StyleParsed( const CSS1Selector *pSelector,
|
H A D | parcss1.hxx | 258 virtual sal_Bool SelectorParsed( const CSS1Selector *pSelector,
|
H A D | css1atr.cxx | 216 const String *pSelector=0 ) : in SwCSS1OutMode() argument 223 if( pSelector ) in SwCSS1OutMode() 224 rWrt.aCSS1Selector = *pSelector; in SwCSS1OutMode()
|
H A D | svxcss1.cxx | 730 sal_Bool SvxCSS1Parser::SelectorParsed( const CSS1Selector *pSelector, in SelectorParsed() argument 752 aSelectors.C40_INSERT( CSS1Selector, pSelector, aSelectors.Count() ); in SelectorParsed()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | RecentMasterPagesSelector.cxx | 53 MasterPagesSelector* pSelector( in Create() local 60 pSelector->LateInit(); in Create() 61 pSelector->SetHelpId(HID_SD_TASK_PANE_PREVIEW_RECENT); in Create() 63 return pSelector; in Create()
|
H A D | AllMasterPagesSelector.cxx | 102 MasterPagesSelector* pSelector( in Create() local 109 pSelector->LateInit(); in Create() 110 pSelector->SetHelpId(HID_SD_TASK_PANE_PREVIEW_ALL); in Create() 112 return pSelector; in Create()
|
H A D | CurrentMasterPagesSelector.cxx | 63 MasterPagesSelector* pSelector( in Create() local 70 pSelector->LateInit(); in Create() 71 pSelector->SetHelpId( HID_SD_TASK_PANE_PREVIEW_CURRENT ); in Create() 73 return pSelector; in Create()
|
Completed in 74 milliseconds