Searched refs:aNm (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 365 String aNm( aResId ); in GetTxtCollFromPool() local 375 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 380 pNewColl = new SwTxtFmtColl( GetAttrPool(), aNm, !nParent in GetTxtCollFromPool() 1160 String aNm( aResId ); in GetFmtFromPool() local 1171 pNewFmt = _MakeCharFmt(aNm, pDeriveFmt, sal_False, sal_True); in GetFmtFromPool() 1174 pNewFmt = _MakeFrmFmt(aNm, pDeriveFmt, sal_False, sal_True); in GetFmtFromPool() 1485 const String aNm( aResId ); in GetPageDescFromPool() local 1491 nPageDescIdx = MakePageDesc( aNm, 0, bRegardLanguage ); in GetPageDescFromPool() 1665 String aNm( aResId ); in GetNumRuleFromPool() local 1678 n = MakeNumRule( aNm, 0, sal_False, eNumberFormatPositionAndSpaceMode ); in GetNumRuleFromPool()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 3918 String aNm( rName ); in MakeColl() local 3919 if( !aNm.Len() ) in MakeColl() 3933 aNm.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "NoName(" )); in MakeColl() 3934 aNm += String::CreateFromInt32( nPos ); in MakeColl() 3935 aNm += ')'; in MakeColl() 3967 String aNm( rName ); in MakeCharFmt() local 3968 if( !aNm.Len() ) in MakeCharFmt() 3971 aNm.AssignAscii( RTL_CONSTASCII_STRINGPARAM( "NoName(" )); in MakeCharFmt() 3972 aNm += String::CreateFromInt32( nPos ); in MakeCharFmt() 3973 aNm += ')'; in MakeCharFmt()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swtable.cxx | 1530 String aNm( rName ); in GetTblBox() local 1531 while( aNm.Len() ) in GetTblBox() 1533 nBox = SwTable::_GetBoxNum( aNm, 0 == pBox, bPerformValidCheck ); in GetTblBox() 1544 nLine = SwTable::_GetBoxNum( aNm, sal_False, bPerformValidCheck ); in GetTblBox()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8par5.cxx | 2821 String aNm; in Read_SubF_Ruby() local 2823 SwStyleNameMapper::FillUIName(RES_POOLCHR_RUBYTEXT,aNm); in Read_SubF_Ruby() 2824 aNm+=String::CreateFromInt32(aRubyCharFmts.size()+1); in Read_SubF_Ruby() 2825 pFmt = rDoc.MakeCharFmt(aNm,(SwCharFmt*)rDoc.GetDfltCharFmt()); in Read_SubF_Ruby()
|
H A D | wrtww8.cxx | 1593 const String aNm(rStrings[n].Copy(0, 255)); in WriteAsStringTable() local 1594 rStrm << (sal_uInt8)aNm.Len(); in WriteAsStringTable() 1595 SwWW8Writer::WriteString8(rStrm, aNm, false, in WriteAsStringTable()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 1986 ::rtl::OUString aNm; in ImportOLE() 1994 … pOe->pShell->getEmbeddedObjectContainer().InsertEmbeddedObject( xObj, aNm ); in ImportOLE() 2000 pRet = new SdrOle2Obj( aObj, aNm, rBoundRect, sal_False ); in ImportOLE() 2012 aNm = pOe->pShell->getEmbeddedObjectContainer().CreateUniqueObjectName(); in ImportOLE() 2016 …SotStorageRef xTarget = SotStorage::OpenOLEStorage( pOe->pShell->GetStorage(), aNm, STREAM_READWRI… in ImportOLE() 2028 … pOe->pShell->getEmbeddedObjectContainer().GetEmbeddedObject( aNm ); in ImportOLE() 2060 pRet = new SdrOle2Obj( aObj, aNm, rBoundRect, sal_False ); in ImportOLE()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 3130 String aNm( GetName() ); in TakeObjNameSingul() local 3131 if( aNm.Len() ) in TakeObjNameSingul() 3135 rName += aNm; in TakeObjNameSingul()
|
Completed in 192 milliseconds