Searched refs:aOp (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 750 OUStringBuffer aOp( rName ); in dumpExpToken() local 751 StringHelper::appendIndex( aOp, createPlaceHolder() + mxOut->getLastItemValue() ); in dumpExpToken() 752 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken() 830 OUStringBuffer aOp; in dumpTableToken() local 831 StringHelper::appendIndexedText( aOp, CREATE_OUSTRING( "TABLE" ), nTabId ); in dumpTableToken() 833 StringHelper::appendIndex( aOp, aParams.makeStringAndClear() ); in dumpTableToken() 835 aOp.append( aParams.makeStringAndClear() ); in dumpTableToken() 836 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpTableToken() 927 OUStringBuffer aOp; in dumpAddDataArray() local 936 StringHelper::enclose( aOp, '{', '}' ); in dumpAddDataArray() [all …]
|
H A D | biffdumper.cxx | 1276 OUStringBuffer aOp( rName ); in dumpExpToken() local 1277 StringHelper::appendIndex( aOp, mxOut->getLastItemValue() ); in dumpExpToken() 1278 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken() 1528 OUStringBuffer aOp; in dumpAddDataArray() local 1535 StringHelper::appendToken( aOp, aArrayLine.makeStringAndClear(), OOX_DUMP_ARRAYSEP ); in dumpAddDataArray() 1537 StringHelper::enclose( aOp, '{', '}' ); in dumpAddDataArray() 1538 mxStack->replaceOnTop( createPlaceHolder( nIdx ), aOp.makeStringAndClear() ); in dumpAddDataArray()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 347 SvxOpaqueItem aOp( RES_OPAQUE); in FillItemSet() local 352 aOp = rOpaque; in FillItemSet() 353 aOp.SetValue(sal_True); in FillItemSet() 368 aOp.SetValue(sal_False); in FillItemSet() 390 aOp != *pOldItem ) in FillItemSet() 392 rSet.Put(aOp); in FillItemSet()
|
/aoo4110/main/tools/source/fsys/ |
H A D | dirent.cxx | 3004 SHFILEOPSTRUCT aOp; in Kill() 3005 aOp.hwnd = 0; in Kill() 3006 aOp.wFunc = FO_DELETE; in Kill() 3007 aOp.pFrom = pName; in Kill() 3008 aOp.pTo = 0; in Kill() 3009 aOp.fFlags = FOF_ALLOWUNDO|FOF_SILENT|FOF_NOCONFIRMATION; in Kill() 3010 aOp.hNameMappings = 0; in Kill() 3011 aOp.lpszProgressTitle = 0; in Kill() 3012 eError = Sys2SolarError_Impl( SHFileOperation( &aOp ) ); in Kill()
|
/aoo4110/main/cppcanvas/source/tools/ |
H A D | canvasgraphichelper.cxx | 126 void CanvasGraphicHelper::setCompositeOp( CompositeOp aOp ) in setCompositeOp() argument 128 maRenderState.CompositeOperation = (sal_Int8)aOp; in setCompositeOp()
|
/aoo4110/main/cppcanvas/inc/cppcanvas/ |
H A D | canvasgraphic.hxx | 147 virtual void setCompositeOp( CompositeOp aOp ) = 0;
|
/aoo4110/main/cppcanvas/source/inc/ |
H A D | canvasgraphichelper.hxx | 61 virtual void setCompositeOp( CompositeOp aOp );
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 356 … SvxOpaqueItem aOp ( static_cast < const :: SvxOpaqueItem& > ( rFromSet.Get ( RES_OPAQUE ) ) ); in FillBaseProperties() 357 bRet &= ((SfxPoolItem&)aOp).PutValue(*pOp, 0); in FillBaseProperties() 358 rToSet.Put(aOp); in FillBaseProperties()
|
Completed in 240 milliseconds