/aoo4110/main/toolkit/source/layout/core/ |
H A D | translate.cxx | 52 aSubdirs.push_front( OUString::createFromAscii( "." ) ); in getLocaleSubdirList() 53 aSubdirs.push_front( OUString::createFromAscii( "en-US" ) ); in getLocaleSubdirList() 55 aSubdirs.push_front( rLocale.Language ); in getLocaleSubdirList() 61 aSubdirs.push_front( aLocaleCountry ); in getLocaleSubdirList() 63 aSubdirs.push_front( aLocaleCountry in getLocaleSubdirList()
|
/aoo4110/main/cosv/inc/cosv/tpl/ |
H A D | swelist.hxx | 83 void push_front( 129 void push_front( 220 SweList<XX>::push_front( const XX & i_aObj ) in push_front() function in csv::SweList 288 SweList_dyn<XX>::push_front( XX * i_pObj ) in push_front() function in csv::SweList_dyn
|
/aoo4110/main/xml2cmp/source/support/ |
H A D | sistr.cxx | 159 Simstr::push_front(char c) in push_front() function in Simstr 186 Simstr::push_front(const Simstr & S) in push_front() function in Simstr 294 ret.push_front(str); in operator +() 310 ret.push_front(c); in operator +()
|
H A D | sistr.hxx | 75 void push_front( 79 void push_front(
|
/aoo4110/main/soltools/support/ |
H A D | simstr.cxx | 307 Simstr::push_front(char c) in push_front() function in Simstr 351 Simstr::push_front(const Simstr & S) in push_front() function in Simstr 727 ret.push_front(str); in operator +() 743 ret.push_front(c); in operator +()
|
/aoo4110/main/forms/source/component/ |
H A D | FormattedField.cxx | 1217 aTypes.push_front(::getCppuType( static_cast< UNODate* >( NULL ) ) ); in getSupportedBindingTypes() 1220 aTypes.push_front(::getCppuType( static_cast< UNOTime* >( NULL ) ) ); in getSupportedBindingTypes() 1223 aTypes.push_front(::getCppuType( static_cast< UNODateTime* >( NULL ) ) ); in getSupportedBindingTypes() 1226 aTypes.push_front(::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ) ); in getSupportedBindingTypes() 1229 aTypes.push_front(::getCppuType( static_cast< sal_Bool* >( NULL ) ) ); in getSupportedBindingTypes()
|
H A D | refvaluecomponent.cxx | 179 aTypes.push_front( ::getCppuType( static_cast< ::rtl::OUString* >( NULL ) ) ); in getSupportedBindingTypes()
|
/aoo4110/main/sw/source/core/text/ |
H A D | pormulti.cxx | 1021 aEnd.push_front( *pRet->pAttr->End() ); in GetMultiCreator() 1035 aEnd.push_front( GetTxt().Len() ); in GetMultiCreator() 1085 aEnd.push_front( rPos ); in GetMultiCreator() 1132 aEnd.push_front( GetTxt().Len() ); in GetMultiCreator() 1154 aEnd.push_front( n2Start ); in GetMultiCreator() 1195 aEnd.push_front( *pRet->pAttr->End() ); in GetMultiCreator() 1207 aEnd.push_front( GetTxt().Len() ); in GetMultiCreator() 1227 aEnd.push_front( rPos ); in GetMultiCreator()
|
/aoo4110/main/soltools/inc/ |
H A D | simstr.hxx | 129 void push_front( 136 void push_front(
|
/aoo4110/main/cosv/inc/cosv/ |
H A D | streamstr.hxx | 178 void push_front( 180 void push_front(
|
/aoo4110/main/vcl/source/window/ |
H A D | printdlg.cxx | 1357 maControls.push_front( pNewGroup ); in setupOptionalUI() 1390 maControls.push_front( pNewSub ); in setupOptionalUI() 1460 maControls.push_front( pNewBox ); in setupOptionalUI() 1493 maControls.push_front( pHeading ); in setupOptionalUI() 1525 maControls.push_front( pBtn ); in setupOptionalUI() 1560 maControls.push_front( pHeading ); in setupOptionalUI() 1573 maControls.push_front( pList ); in setupOptionalUI() 1606 maControls.push_front( pField ); in setupOptionalUI() 1639 maControls.push_front( pField ); in setupOptionalUI()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 933 aSrcList.push_front(nSrcTab); in MoveTable() 934 aDestList.push_front(nDestTab); in MoveTable() 992 aSrcList.push_front(nSrcTab); in MoveTable() 993 aDestList.push_front(nDestTab); in MoveTable()
|
/aoo4110/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 940 listDeleteServiceMap.push_front( it_i1); in onUnloadingNotify() 943 listDeleteServiceMap.push_front( it_i1); in onUnloadingNotify() 964 listDeleteImplementationNameMap.push_front( it_i3); in onUnloadingNotify() 967 listDeleteImplementationNameMap.push_front( it_i3); in onUnloadingNotify() 988 listDeleteImplementationMap.push_front( it_i5); in onUnloadingNotify() 991 listDeleteImplementationMap.push_front( it_i5); in onUnloadingNotify()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | bastype3.cxx | 194 aEntries.push_front( pEntry ); in FindVariable() 299 aEntries.push_front( pEntry ); in GetEntryDescriptor()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.cxx | 340 pCurrentAction->aDeletedList.push_front(pDeleted); in AddDeleted() 348 pCurrentAction->aDeletedList.push_front(pDeleted); in AddDeleted() 380 …static_cast<ScMyDelAction*>(pCurrentAction)->aMoveCutOffs.push_front(ScMyMoveCutOff(nID, nStartPos… in AddMoveCutOff()
|
/aoo4110/main/ucb/source/core/ |
H A D | ucb.cxx | 417 aList.push_front(Provider); in registerContentProvider() 434 rList.push_front(Provider); in registerContentProvider()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | swselectionlist.hxx | 70 void insertPaM( SwPaM* pPam ) { aList.push_front( pPam ); } in insertPaM()
|
/aoo4110/main/autodoc/source/inc/ |
H A D | estack.hxx | 71 { base::push_front(i_rElem); } in push()
|
/aoo4110/main/cosv/source/strings/ |
H A D | streamstr.cxx | 418 StreamStr::push_front( const char * i_str ) in push_front() function in csv::StreamStr 432 StreamStr::push_front( char i_c ) in push_front() function in csv::StreamStr
|
/aoo4110/main/framework/inc/ |
H A D | stdtypes.h | 115 void push_front( const ::rtl::OUString& sElement ) in push_front() function in framework::OUStringList
|
/aoo4110/main/binaryurp/source/ |
H A D | cache.hxx | 66 list_.push_front( rContent); // create a temp entry in add()
|
/aoo4110/main/cppu/source/threadpool/ |
H A D | jobqueue.cxx | 72 m_lstCallstack.push_front( nDisposeId ); in enter()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | threadmanager.cxx | 205 maWaitingForStartThreads.push_front( rThreadData ); in StartThread()
|
/aoo4110/main/idlc/source/ |
H A D | idlcproduce.cxx | 94 pCreatedDirectories->push_front(buffer.getStr()); in checkOutputPath()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | filtergrouping.cxx | 519 _rAllFilters.push_front( FilterGroup() ); in lcl_InitGlobalClasses() 807 …rGlobalClasses.push_front( FilterDescriptor( sAllFilterName, DEFINE_CONST_UNICODE( FILEDIALOG_FILT… in lcl_EnsureAllFilesEntry()
|