Home
last modified time | relevance | path

Searched refs:sNextName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/autodoc/source/display/idl/
H A Dhi_ary.cxx141 String sNextName; in Search_Ce() local
144 while ( nextName(pNext, sNextName) ) in Search_Ce()
147 pSub = find_SubModule(*pModule, sNextName); in Search_Ce()
151 o_module.push_back(sNextName); in Search_Ce()
158 if ( sNextName.length() == 0 ) in Search_Ce()
161 nCe = pModule->Search_Name(sNextName); in Search_Ce()
164 o_mainEntity = sNextName; in Search_Ce()
212 String sNextName; in Search_CesModule() local
215 while ( nextName(pNext, sNextName) ) in Search_CesModule()
218 pSub = find_SubModule(*pModule, sNextName); in Search_CesModule()
[all …]
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx163 OUString sNextName; in exportStyle() local
164 aAny >>= sNextName; in exportStyle()
165 if( sName != sNextName ) in exportStyle()
168 GetExport().EncodeStyleName( sNextName ) ); in exportStyle()
541 OUString sNextName; in exportStyleFamily() local
542 xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName; in exportStyleFamily()
543 String sTmp( sNextName ); in exportStyleFamily()
546 if( xStyle->getName() != sNextName && in exportStyleFamily()
549 xStyleCont->getByName( sNextName ) >>= xStyle; in exportStyleFamily()
H A DXMLPageExport.cxx142 OUString sNextName; in exportStyle() local
143 xPropSet->getPropertyValue( sFollowStyle ) >>= sNextName; in exportStyle()
145 if( sName != sNextName && sNextName.getLength() ) in exportStyle()
148 GetExport().EncodeStyleName( sNextName ) ); in exportStyle()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx603 String sNextName = in Execute() local
611 if (pFlyFmt->GetName() != sNextName) in Execute()
616 sNextName.Erase(); in Execute()
619 if(sNextName.Len()) in Execute()
623 lcl_GetFrmFmtByName(rSh, sNextName); in Execute()
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx410 ::rtl::OUString sNextName;
813 xTextImportHelper->ConnectFrameChains( sName, sNextName, xPropSet ); in Create()
1055 sNextName = rValue; in XMLTextFrameContext_Impl()

Completed in 44 milliseconds