Searched refs:IsRecording (Results 1 – 6 of 6) sorted by relevance
352 if( pDrawLayer->IsRecording() ) in UpdateCaptionPos()373 if( pDrawLayer && pDrawLayer->IsRecording() ) in UpdateCaptionPos()744 if( pDrawLayer->IsRecording() ) in CreateCaption()765 … bool bRecording = ( pDrawLayer && pDrawLayer->IsUndoAllowed() && pDrawLayer->IsRecording() ); in RemoveCaption()
83 return pDrawLayer ? pDrawLayer->IsRecording() : sal_False; in IsDrawRecording()133 if (pDrawLayer->IsRecording()) in TransferDrawPage()
104 bool IsRecording() const;
151 sal_Bool IsRecording() const { return bRecording; } in IsRecording() function in ScDrawLayer
903 bool SfxRequest::IsRecording() const in IsRecording() function in SfxRequest
114 if( pDrawLayer && pDrawLayer->IsUndoAllowed() && pDrawLayer->IsRecording() ) in IMPL_LINK()
Completed in 38 milliseconds