Home
last modified time | relevance | path

Searched refs:pImpl (Results 1 – 25 of 219) sorted by relevance

123456789

/aoo4110/main/sal/rtl/source/
H A Drandom.c105 RTL_RANDOM_RNG (pImpl->m_nX, pImpl->m_nY, pImpl->m_nZ); in __rtl_random_data()
184 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j - k); in __rtl_random_seedPool()
191 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j); in __rtl_random_seedPool()
201 pImpl->m_pData[pImpl->m_nIndex++] ^= pImpl->m_pDigest[k]; in __rtl_random_seedPool()
210 if (pImpl->m_nIndex > pImpl->m_nData) in __rtl_random_seedPool()
211 pImpl->m_nData = pImpl->m_nIndex; in __rtl_random_seedPool()
238 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j - k); in __rtl_random_readPool()
245 pImpl->m_hDigest, &(pImpl->m_pData[pImpl->m_nIndex]), j); in __rtl_random_readPool()
252 if (pImpl->m_nIndex >= pImpl->m_nData) pImpl->m_nIndex = 0; in __rtl_random_readPool()
253 pImpl->m_pData[pImpl->m_nIndex++] ^= pImpl->m_pDigest[k]; in __rtl_random_readPool()
[all …]
H A Dcipher.c147 if (pImpl == NULL) in rtl_cipher_init()
165 if (pImpl == NULL) in rtl_cipher_encode()
182 if (pImpl == NULL) in rtl_cipher_decode()
196 if (pImpl && pImpl->m_delete) in rtl_cipher_destroy()
1024 if (pImpl) in rtl_cipher_createBF()
1061 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_initBF()
1086 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_encodeBF()
1112 &(pImpl->m_context), pImpl->m_cipher.m_mode, in rtl_cipher_decodeBF()
1123 if (pImpl) in rtl_cipher_destroyBF()
1259 if (pImpl) in rtl_cipher_createARCFOUR()
[all …]
H A Ddigest.c140 if (pImpl) in rtl_digest_queryAlgorithm()
152 if (pImpl) in rtl_digest_queryLength()
165 if (pImpl) in rtl_digest_init()
182 if (pImpl && pImpl->m_update) in rtl_digest_update()
195 if (pImpl && pImpl->m_get) in rtl_digest_get()
207 if (pImpl && pImpl->m_delete) in rtl_digest_destroy()
395 if (pImpl) in rtl_digest_createMD2()
497 if (pImpl) in rtl_digest_destroyMD2()
760 if (pImpl) in rtl_digest_createMD5()
910 if (pImpl) in rtl_digest_destroyMD5()
[all …]
/aoo4110/main/sal/osl/unx/
H A Dthread.c167 if (pImpl) in osl_thread_construct_Impl()
242 pImpl->m_Ident = insertThreadId (pImpl->m_hThread); in osl_thread_start_Impl()
266 pImpl->m_WorkerFunction(pImpl->m_pData); in osl_thread_start_Impl()
377 if (!pImpl) in osl_resumeThread()
400 if (!pImpl) in osl_suspendThread()
430 if (!pImpl) in osl_isThreadRunning()
449 if (!pImpl) in osl_joinWithThread()
489 if (!pImpl) in osl_terminateThread()
515 if (!pImpl) in osl_scheduleThread()
698 if (pImpl) in osl_getThreadIdentifier()
[all …]
H A Dfile.cxx945 if (!pImpl) in osl_openFile()
971 if ((pImpl == 0) || (pImpl->m_fd < 0)) in osl_closeFile()
1003 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_syncFile()
1032 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == ppAddr)) in osl_mapFile()
1284 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pIsEOF)) in osl_isEndOfFile()
1288 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1300 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pPos)) in osl_getFilePos()
1316 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_setFilePos()
1363 if ((0 == pImpl) || (-1 == pImpl->m_fd) || (0 == pSize)) in osl_getFileSize()
1379 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_setFileSize()
[all …]
/aoo4110/main/svx/source/dialog/
H A Dfntctrl.cxx497 pImpl->bIsCJKUI = pImpl->bIsCTLUI = sal_False; in SvxFontPrevWindow()
506 delete pImpl; in ~SvxFontPrevWindow()
547 return pImpl->aFont; in GetFont()
552 return pImpl->aFont; in GetFont()
615 delete pImpl->pColor; in SetColor()
624 pImpl->pColor = 0; in ResetColor()
655 else if ( !pImpl->bSelection && !pImpl->bTextInited ) in Paint()
659 if ( pSh && !pImpl->bGetSelection && !pImpl->bUseFontNameAsText ) in Paint()
663 pImpl->bSelection = pImpl->aText.Len() != 0; in Paint()
667 if ( !pImpl->bSelection || pImpl->bUseFontNameAsText ) in Paint()
[all …]
/aoo4110/main/sw/source/core/fields/
H A Dtextapi.cxx83 pImpl = rSource.pImpl; in SwTextAPIEditSource()
84 pImpl->mnRef++; in SwTextAPIEditSource()
104 pImpl->mnRef = 1; in SwTextAPIEditSource()
110 delete pImpl; in ~SwTextAPIEditSource()
115 pImpl->mpPool=0; in Dispose()
116 pImpl->mpDoc=0; in Dispose()
131 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in GetTextForwarder()
149 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in SetText()
165 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in SetString()
175 if ( pImpl->mpPool && pImpl->mpOutliner ) in CreateText()
[all …]
/aoo4110/main/unotools/source/config/
H A Djavaoptions.cxx180 delete pImpl; in ~SvtJavaOptions()
187 pImpl->aExecItem.Commit(); in Commit()
250 return pImpl->bEnabled; in IsEnabled()
257 return pImpl->bSecurity; in IsSecurity()
264 return pImpl->nNetAccess; in GetNetAccess()
279 if(!pImpl->bROEnabled && pImpl->bEnabled != bSet) in SetEnabled()
281 pImpl->bEnabled = bSet; in SetEnabled()
291 if(!pImpl->bROSecurity && pImpl->bSecurity != bSet) in SetSecurity()
303 if(!pImpl->bRONetAccess && pImpl->nNetAccess != nSet) in SetNetAccess()
315 if(!pImpl->bROUserClassPath && pImpl->sUserClassPath != rSet) in SetUserClassPath()
[all …]
H A Dsearchopt.cxx270 delete pImpl; in ~SvtSearchOptions()
329 pImpl->SetFlag( 0, bVal ); in SetWholeWordsOnly()
341 pImpl->SetFlag( 1, bVal ); in SetBackwards()
353 pImpl->SetFlag( 2, bVal ); in SetUseRegularExpression()
365 pImpl->SetFlag( 3, bVal ); in SetSearchForStyles()
377 pImpl->SetFlag( 4, bVal ); in SetSimilaritySearch()
389 pImpl->SetFlag( 5, bVal ); in SetUseAsianOptions()
401 pImpl->SetFlag( 6, bVal ); in SetMatchCase()
413 pImpl->SetFlag( 7, bVal ); in SetMatchFullHalfWidthForms()
425 pImpl->SetFlag( 8, bVal ); in SetMatchHiraganaKatakana()
[all …]
/aoo4110/main/sd/source/core/text/
H A Dtextapi.cxx194 if( !pImpl ) in getImplementation()
197 return pImpl; in getImplementation()
204 pImpl = rSource.pImpl; in TextAPIEditSource()
205 pImpl->mnRef++; in TextAPIEditSource()
224 pImpl->mnRef = 1; in TextAPIEditSource()
230 delete pImpl; in ~TextAPIEditSource()
235 pImpl->mpDoc=0; in Dispose()
252 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in GetTextForwarder()
269 pImpl->mpDoc->SetCalcFieldValueHdl( pImpl->mpOutliner ); in SetText()
278 if ( pImpl->mpDoc && pImpl->mpOutliner ) in CreateText()
[all …]
/aoo4110/main/sal/osl/w32/
H A Dfile.cxx674 if (pImpl == 0) in osl_createFileHandleFromOSHandle()
750 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile)) in osl_syncFile()
770 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile)) in osl_closeFile()
788 delete pImpl; in osl_closeFile()
816 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile) || (0 == ppAddr)) in osl_mapFile()
1012 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1021 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile) || (0 == pPos)) in osl_getFilePos()
1034 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile)) in osl_setFilePos()
1079 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile) || (0 == pSize)) in osl_getFileSize()
1093 if ((0 == pImpl) || !IsValidHandle(pImpl->m_hFile)) in osl_setFileSize()
[all …]
/aoo4110/main/sfx2/source/appl/
H A Dlinksrc.cxx191 delete pImpl; in ~SvLinkSource()
231 if( pImpl->pTimer ) in SetUpdateTimeout()
265 if( pImpl->pTimer ) in SendDataChanged()
267 delete pImpl->pTimer; in SendDataChanged()
275 if( pImpl->nTimeout ) in NotifyDataChanged()
276 StartTimer( &pImpl->pTimer, this, pImpl->nTimeout ); // Timeout neu in NotifyDataChanged()
301 if( pImpl->pTimer ) in NotifyDataChanged()
318 StartTimer( &pImpl->pTimer, this, pImpl->nTimeout ); // Timeout neu in DataChanged()
341 if( pImpl->pTimer ) in DataChanged()
356 pImpl->aArr.Insert( pNew, pImpl->aArr.Count() ); in AddDataAdvise()
[all …]
H A Dmodule.cxx164 pImpl->pTbxCtrlFac=0; in Construct_Impl()
165 pImpl->pStbCtrlFac=0; in Construct_Impl()
166 pImpl->pMenuCtrlFac=0; in Construct_Impl()
167 pImpl->pFactArr=0; in Construct_Impl()
196 delete pImpl; in ~SfxModule()
207 return pImpl->pSlotPool; in GetSlotPool()
216 if (!pImpl->pFactArr) in RegisterChildWindow()
262 if (!pImpl->pTbxCtrlFac) in RegisterToolBoxControl()
284 if (!pImpl->pStbCtrlFac) in RegisterStatusBarControl()
306 if (!pImpl->pMenuCtrlFac) in RegisterMenuControl()
[all …]
H A Dlnkbase2.cxx188 pImpl(0), in SvBaseLink()
246 if(pImpl) in ~SvBaseLink()
248 delete pImpl; in ~SvBaseLink()
254 if(pImpl) in IMPL_LINK()
442 if(pImpl) in _GetRealObject()
501 if(pImpl) in GetLinkManager()
511 if(pImpl) in GetLinkManager()
521 if(pImpl) in SetLinkManager()
554 if(pImpl) in Edit()
599 if(pImpl) in ExecuteEdit()
[all …]
/aoo4110/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx127 pImpl = new EmbedImpl; in EmbeddedObjectContainer()
136 pImpl = new EmbedImpl; in EmbeddedObjectContainer()
137 pImpl->mxStorage = rStor; in EmbeddedObjectContainer()
145 pImpl = new EmbedImpl; in EmbeddedObjectContainer()
146 pImpl->mxStorage = rStor; in EmbeddedObjectContainer()
150 pImpl->m_xModel = xModel; in EmbeddedObjectContainer()
160 pImpl->mxStorage = rStor; in SwitchPersistence()
221 delete pImpl; in ~EmbeddedObjectContainer()
470 aIt = pImpl->mpTempObjectContainer->pImpl->maObjectContainer.begin(); in AddEmbeddedObject()
820 pImpl->mxStorage, in CopyAndGetEmbeddedObject()
[all …]
/aoo4110/main/cui/source/options/
H A Doptsave.cxx191 pImpl ( new SvxSaveTabPage_Impl ) in SfxSaveTabPage()
281 delete pImpl; in ~SfxSaveTabPage()
304 bODF = pImpl->aODFArr[nPos][nFilter]; in AcceptFilter()
428 if(pImpl->aDefaultArr[APP_MATH].getLength() && in FillItemSet()
433 if( pImpl->aDefaultArr[APP_DRAW].getLength() && in FillItemSet()
443 if(pImpl->aDefaultArr[APP_CALC].getLength() && in FillItemSet()
510 if ( !pImpl->bInitialized ) in Reset()
583 pImpl->bInitialized = sal_True; in Reset()
701 pImpl->aUIFilterArr[nData].realloc(pImpl->aFilterArr[nData].getLength()); in IMPL_LINK()
716 if ( pImpl->aODFArr[nData][i] ) in IMPL_LINK()
[all …]
H A Doptasian.cxx181 delete pImpl; in ~SvxAsianLayoutPage()
199 if(pImpl->xPrSetInfo.is() && pImpl->xPrSetInfo->hasPropertyByName(sPunct)) in FillItemSet()
215 if(pImpl->xPrSetInfo.is() && pImpl->xPrSetInfo->hasPropertyByName(sCompress)) in FillItemSet()
222 if(pImpl->aConfig.IsModified()) in FillItemSet()
223 pImpl->aConfig.Commit(); in FillItemSet()
224 if(pImpl->xForbidden.is()) in FillItemSet()
265 if( pImpl->xPrSet.is() ) in Reset()
266 pImpl->xPrSetInfo = pImpl->xPrSet->getPropertySetInfo(); in Reset()
270 if(pImpl->xPrSetInfo.is()) in Reset()
350 if(pImpl->xForbidden.is()) in IMPL_LINK()
[all …]
/aoo4110/main/svl/source/config/
H A Dasiancfg.cxx85 pImpl(new SvxAsianConfig_Impl) in SvxAsianConfig()
96 delete pImpl; in ~SvxAsianConfig()
109 pImpl->aForbiddenArr.DeleteAndDestroy(0, pImpl->aForbiddenArr.Count()); in Load()
139 pImpl->aForbiddenArr.Insert(pInsert, pImpl->aForbiddenArr.Count()); in Load()
162 if(!pImpl->aForbiddenArr.Count()) in Commit()
193 return pImpl->bKerningWesternTextOnly; in IsKerningWesternTextOnly()
200 pImpl->bKerningWesternTextOnly = bSet; in SetKerningWesternTextOnly()
208 return pImpl->nCharDistanceCompression; in GetCharDistanceCompression()
217 pImpl->nCharDistanceCompression = nSet; in SetCharDistanceCompression()
228 pRet[i] = pImpl->aForbiddenArr[i]->aLocale; in GetStartEndCharLocales()
[all …]
/aoo4110/main/sfx2/source/dialog/
H A Dbasedlgs.cxx841 delete pImpl->m_pLine; in ~SfxSingleTabDialog()
843 delete pImpl; in ~SfxSingleTabDialog()
850 if ( !pImpl->m_pLine ) in SetPage()
859 if ( pImpl->m_sInfoURL.Len() > 0 && !pImpl->m_pInfoImage ) in SetPage()
868 pImpl->m_pInfoImage->SetURL( pImpl->m_sInfoURL ); in SetPage()
869 pImpl->m_pInfoImage->SetClickHdl( pImpl->m_aInfoLink ); in SetPage()
872 if ( pImpl->m_pTabPage ) in SetPage()
874 if ( pImpl->m_pSfxPage ) in SetPage()
878 if ( pImpl->m_pTabPage ) in SetPage()
941 if ( pImpl->m_pTabPage ) in SetTabPage()
[all …]
H A Dtabdlg.cxx240 if (pImpl) in SetFrame()
246 if (pImpl) in GetFrame()
288 delete pImpl; in ~SfxTabPage()
633 delete pImpl->pData; in ~SfxTabDialog()
634 delete pImpl; in ~SfxTabDialog()
906 pImpl->pData->Append( in AddTabPage()
933 pImpl->pData->Append( in AddTabPage()
961 pImpl->pData->Append( in AddTabPage()
1067 return pImpl->bInOK; in IsInOK()
1089 pImpl->bInOK = sal_True; in Ok()
[all …]
/aoo4110/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx308 pImpl->aAdresses[pImpl->nSelectedAddress] = rNew; in ReplaceSelectedAddress()
316 pImpl->aAdresses.erase(pImpl->aAdresses.begin() + pImpl->nSelectedAddress); in RemoveSelectedAddress()
327 pImpl->nRows = nRows; in SetLayout()
343 if(pImpl->nColumns) in UpdateScrollBar()
346 …sal_uInt16 nResultingRows = (sal_uInt16)(pImpl->aAdresses.size() + pImpl->nColumns - 1) / pImpl->n… in UpdateScrollBar()
376 Size aPartSize( aSize.Width()/pImpl->nColumns, aSize.Height()/pImpl->nRows ); in Paint()
391 if((pImpl->nColumns * pImpl->nRows) == 1) in Paint()
407 if(rMEvt.IsLeft() && ( pImpl->nRows || pImpl->nColumns)) in MouseButtonDown()
436 if(pImpl->nRows || pImpl->nColumns) in KeyInput()
447 if(pImpl->aAdresses.size() > sal_uInt32(pImpl->nSelectedAddress + pImpl->nColumns)) in KeyInput()
[all …]
H A Ddbmgr.cxx407 pImpl->pMergeData->bEndOfDB = !pImpl->pMergeData->xResultSet->first(); in MergeNew()
488 if(pImpl->pMergeData && !pImpl->pMergeData->bEndOfDB) in ImportFromConnection()
559 if(pImpl->pMergeData && !pImpl->pMergeData->bEndOfDB) in ImportDBEntry()
772 delete pImpl; in ~SwNewDBMgr()
1801 pImpl->pMergeData = 0; in EndMerge()
1809 if(pImpl->pMergeData) in IsDataSourceOpen()
1900 …if(!pImpl->pMergeData || !pImpl->pMergeData->xResultSet.is() || pImpl->pMergeData->bAfterSelection… in GetMergeColumnCnt()
1991 return pImpl->pMergeData && !pImpl->pMergeData->bEndOfDB; in ExistsNextRecord()
2000 if(!pImpl->pMergeData || !pImpl->pMergeData->xResultSet.is()) in GetSelectedRecordId()
2017 if(!pImpl->pMergeData || !pImpl->pMergeData->xResultSet.is()|| nSet < 0) in ToRecordId()
[all …]
/aoo4110/main/sax/source/expatwrap/
H A Dsax_expat.cxx131 pImpl->rtexception = e; \
788 pImpl->pAttrList->clear(); in callbackStartElement()
800 pImpl , in callbackStartElement()
834 pImpl , in callbackProcessingInstruction()
851 pImpl , in callbackUnparsedEntityDecl()
899 pImpl->exception = e; in callbackExternalEntityRef()
925 pImpl->parse(); in callbackExternalEntityRef()
929 pImpl->exception = e; in callbackExternalEntityRef()
943 pImpl->popEntity(); in callbackExternalEntityRef()
992 pImpl->exception = e; in callErrorHandler()
[all …]
/aoo4110/main/svx/source/items/
H A Dclipfmtitem.cxx68 pImpl( new SvxClipboardFmtItem_Impl( *rCpy.pImpl ) ) in SvxClipboardFmtItem()
74 delete pImpl; in ~SvxClipboardFmtItem()
102 pImpl->aFmtIds.Remove( 0, pImpl->aFmtIds.Count() ); in PutValue()
103 pImpl->aFmtNms.Remove( 0, pImpl->aFmtNms.Count() ); in PutValue()
117 if( rCmp.pImpl->aFmtNms.Count() == pImpl->aFmtNms.Count() ) in operator ==()
123 if( pImpl->aFmtIds[ n ] != rCmp.pImpl->aFmtIds[ n ] || in operator ==()
143 if( nPos > pImpl->aFmtNms.Count() ) in AddClipbrdFormat()
144 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
154 nPos = pImpl->aFmtNms.Count(); in AddClipbrdFormat()
162 return pImpl->aFmtIds.Count(); in Count()
[all …]
/aoo4110/main/svx/source/form/
H A Dfmview.cxx104 pImpl->acquire(); in Init()
156 pImpl->notifyViewDying(); in ~FmFormView()
157 pImpl->release(); in ~FmFormView()
158 pImpl = NULL; in ~FmFormView()
177 if ( pImpl->m_pMarkedGrid && pImpl->m_pMarkedGrid != pObj ) in MarkListHasChanged()
182 pImpl->m_xWindow->removeFocusListener(pImpl); in MarkListHasChanged()
183 pImpl->m_xWindow = NULL; in MarkListHasChanged()
283 pImpl->Activate(); in ChangeDesignMode()
316 pImpl->AutoFocus(); in ChangeDesignMode()
363 pImpl->Activate(); in ShowSdrPage()
[all …]

Completed in 269 milliseconds

123456789