Lines Matching refs:DEFINE_CONST_OUSTRING

160 #define PROPERTY_KEYWORDLIST	DEFINE_CONST_OUSTRING("KeywordList")
161 #define PROPERTY_KEYWORDREF DEFINE_CONST_OUSTRING("KeywordRef")
162 #define PROPERTY_ANCHORREF DEFINE_CONST_OUSTRING("KeywordAnchorForRef")
163 #define PROPERTY_TITLEREF DEFINE_CONST_OUSTRING("KeywordTitleForRef")
164 #define PROPERTY_TITLE DEFINE_CONST_OUSTRING("Title")
165 #define HELP_URL DEFINE_CONST_OUSTRING("vnd.sun.star.help://")
166 #define HELP_SEARCH_TAG DEFINE_CONST_OUSTRING("/?Query=")
167 #define USERITEM_NAME DEFINE_CONST_OUSTRING("UserItem")
169 #define PACKAGE_SETUP DEFINE_CONST_OUSTRING("/org.openoffice.Setup")
170 #define PATH_OFFICE_FACTORIES DEFINE_CONST_OUSTRING("Office/Factories/")
171 #define KEY_HELP_ON_OPEN DEFINE_CONST_OUSTRING("ooSetupFactoryHelpOnOpen")
172 #define KEY_UI_NAME DEFINE_CONST_OUSTRING("ooSetupFactoryUIName")
2397 xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("SearchRegularExpression"), in IMPL_LINK()
2400 xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("SearchWords"), in IMPL_LINK()
2459 …xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("SearchWords"), makeAny( sal_Bool( pDlg->IsOnlyW… in IMPL_LINK()
2460 …xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("SearchCaseSensitive"), makeAny( sal_Bool( pDlg-… in IMPL_LINK()
2461 …xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("SearchBackwards"), makeAny( sal_Bool( pDlg->IsS… in IMPL_LINK()
2769 if ( xProps->getPropertyValue( DEFINE_CONST_OUSTRING("PageStyleName") ) >>= sStyleName ) in SetPageStyleHeaderOff()
2773 if ( xStyles->getStyleFamilies()->getByName( DEFINE_CONST_OUSTRING("PageStyles") ) in SetPageStyleHeaderOff()
2780 xPropSet->setPropertyValue( DEFINE_CONST_OUSTRING("HeaderIsOn"), in SetPageStyleHeaderOff()
3176 …xViewProps->setPropertyValue( DEFINE_CONST_OUSTRING("ShowContentTips"), makeAny( sal_Bool( sal_Fal… in openDone()
3177 xViewProps->setPropertyValue( DEFINE_CONST_OUSTRING("ShowGraphics"), aBoolAny ); in openDone()
3178 xViewProps->setPropertyValue( DEFINE_CONST_OUSTRING("ShowTables"), aBoolAny ); in openDone()
3179 …xViewProps->setPropertyValue( DEFINE_CONST_OUSTRING("HelpURL"), makeAny( DEFINE_CONST_OUSTRING("HI… in openDone()
3180 ::rtl::OUString sProperty( DEFINE_CONST_OUSTRING("IsExecuteHyperlinks") ); in openDone()