Home
last modified time | relevance | path

Searched refs:aNm (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx3130 String aNm( GetName() ); in TakeObjNameSingul() local
3131 if( aNm.Len() ) in TakeObjNameSingul()
3135 rName += aNm; in TakeObjNameSingul()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1986 ::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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par5.cxx2821 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 Dwrtww8.cxx1593 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()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3918 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()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx1530 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()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx365 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()

Completed in 138 milliseconds